home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20010306-20010921 / 000297_steve@baus-systems.com_Fri Aug 10 12:10:30 EDT 2001.msg < prev    next >
Text File  |  2020-01-01  |  3KB  |  73 lines

  1. Article: 12652 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!panix!newsfeed.mathworks.com!news.maxwell.syr.edu!sn-xit-03!sn-post-02!sn-post-01!supernews.com!corp.supernews.com!not-for-mail
  3. From: "Steve" <steve@baus-systems.com>
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: Init settings
  6. Date: Fri, 10 Aug 2001 09:04:02 -0700
  7. Organization: Posted via Supernews, http://www.supernews.com
  8. Message-ID: <tn814g5t0guve0@corp.supernews.com>
  9. References: <tn0hlqg5v5p9a2@corp.supernews.com> <9kpn6s$eb4$1@newsmaster.cc.columbia.edu>
  10. X-Priority: 3
  11. X-MSMail-Priority: Normal
  12. X-Newsreader: Microsoft Outlook Express 5.00.2314.1300
  13. X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300
  14. X-Complaints-To: newsabuse@supernews.com
  15. Lines: 55
  16. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:12652
  17.  
  18. I have a standard external Zoom modem which works fine.  I setup the Zoom
  19. with an init string which includes s0=1 and then set K95 in server mode, the
  20. other side dials in and sends and gets files as needed.
  21.  
  22. As an excersise to prove I have no life, I was messing around with a USB
  23. modem to see if I could get it to work specifying it as Tapi.  I initially
  24. set the modem by going into connect mode and sending an AT string which
  25. seemed to take fine but I could not get the USB modem to keep the s0=1
  26. setting so the modem was not answering once in server mode.  I then made a
  27. change to output an init string as Windows said it was using Com3:.  That
  28. got the modem to answer and most of the time it would work but about ever
  29. 4th or 5th call in the middle of files going across I would get an exception
  30. error or the PC would simply reboot which typically is not what you would
  31. like to see during a file transfer.
  32.  
  33. I set the Zoom backup and no problem.
  34. Steve
  35.  
  36. Jeffrey Altman <jaltman@watsun.cc.columbia.edu> wrote in message
  37. news:9kpn6s$eb4$1@newsmaster.cc.columbia.edu...
  38. > In article <tn0hlqg5v5p9a2@corp.supernews.com>,
  39. > Steve <steve@baus-systems.com> wrote:
  40. > : What are my options for specifying modem settings in an ini file?
  41. > :
  42. > : I have a Zoom external modem I would like to setup with AT commands when
  43. I
  44. > : start k95.  If this is best accomplished in a global k95 init file I
  45. need to
  46. > : make sure they are specific to the Zoom modem as I may be using other
  47. modems
  48. > : in the future.  I have created another .ini file that I am calling when
  49. I
  50. > : startup so if it is better to include it there, that is an option.
  51. > :
  52. > : What do I need to do to use a USB modem, set the port and the specific
  53. > : settings like above?
  54. > :
  55. > : Thanks,
  56. > : Steve
  57. >
  58. > Unlike MS-DOS Kermit, K95 does not need AT commands to be specified in
  59. > an init file.  If you are installing the Zoom modem under Windows to
  60. > support the USB connection, your best bet is to simply access the
  61. > modem as a TAPI (windows telephony) device
  62. >
  63. >   SET TAPI Line <device-name>
  64. >
  65. > and then either DIAL or ANSWER as your needs require.
  66. >
  67. >  Jeffrey Altman * Sr.Software Designer      C-Kermit 8.0 Beta available
  68. >  The Kermit Project @ Columbia University   includes Secure Telnet and FTP
  69. >  http://www.kermit-project.org/             using Kerberos, SRP, and
  70. >  kermit-support@kermit-project.org          OpenSSL.  SSH soon to follow.
  71.  
  72.  
  73.